From: Álvaro Fernández Rojas Date: Fri, 14 Nov 2025 07:35:18 +0000 (+0100) Subject: scripts: devel-build: disable json-c tests X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=af438ba0705f5a20f6f9bc71b2c083dada856ff6;p=project%2Flibubox.git scripts: devel-build: disable json-c tests Disable BUILD_TESTING to save time when building json-c. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/scripts/devel-build.sh b/scripts/devel-build.sh index 0c58fcf..46516ca 100755 --- a/scripts/devel-build.sh +++ b/scripts/devel-build.sh @@ -47,6 +47,7 @@ cmake \ -DCMAKE_PREFIX_PATH="${BUILDDIR}" \ -DBUILD_SHARED_LIBS=OFF \ -DDISABLE_EXTRA_LIBS=ON \ + -DBUILD_TESTING=OFF \ --install-prefix "${BUILDDIR}" make make install